    .section5 {
        padding-top: 60px;
        padding-bottom: 60px;
        position: relative;
    }

    .text5 h1 {
        color: #fff;
        font-size: 26px;
        line-height: 1.5;
    }

    .text5 h2 {
        font-size: 14px;
        line-height: 1.5;
        color: #fff;
    }

    .Box5 {
        display: flex;
        flex-wrap: wrap;
    }

    .Box5 .lt5 {
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .Box5 .lt5 .text5 {
        width: 75%;
    }

    .Box5 .lt5 .text5 span {
        width: 20px;
        height: 2px;
        display: block;
        background: #fff;
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .Box5 .rt5 {
        width: 50%;
        display: flex;
        flex-wrap: wrap;
    }

    .Box5 .rt5 .text5 {
        width: 50%;
        height: 50%;
        background: var(--color);
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0 30px;
        position: relative;
    }

    .Box5 .rt5 .text5 span {
        display: block;
        width: 2px;
        height: 67px;
        background: #7c92af;
        position: absolute;
        top: 48px;
        left: 13px;
    }

    .Box5 .rt5 img {
        width: 50%;
        height: 50%;
        object-fit: cover;
    }

    @media (max-width: 1200px) {
        .Box5 .rt5 .text5 {
            padding: 20px;
        }

        .text5 h1 {
            font-size: 20px;
        }

        .text5 h2 {
            line-height: 1.25;
        }
    }

    @media (max-width:720px) {
        .Box5 .lt5 {
            width: 100%;
            padding: 30px 0;
        }

        .Box5 .rt5 {
            width: 100%;
        }
    }